/ ========== TOOLS & ARMOR ==========

/ all wood, stone and gold tools
group(ID=wooden_sword;ID=wooden_shovel;ID=wooden_pickaxe;ID=wooden_axe;ID=wooden_hoe)@luck=0
group(ID=stone_sword;ID=stone_shovel;ID=stone_pickaxe;ID=stone_axe;ID=stone_hoe)@luck=0
group(ID=golden_sword;ID=golden_shovel;ID=golden_pickaxe;ID=golden_axe;ID=golden_hoe)@luck=1

/ 2-3 iron tools
group:#rand(2,3):(ID=iron_shovel;ID=iron_pickaxe;ID=iron_axe;ID=iron_sword;ID=iron_hoe)@luck=1

/ 1-2 diamond tools
group:#rand(1,2):(ID=diamond_sword;ID=diamond_shovel;ID=diamond_pickaxe;ID=diamond_axe;ID=diamond_hoe)@luck=2

/ all leather and gold armor
group(ID=leather_helmet;ID=leather_chestplate;ID=leather_leggings;ID=leather_boots)@luck=0
group(ID=golden_helmet;ID=golden_chestplate;ID=golden_leggings;ID=golden_boots;ID=golden_horse_armor)@luck=1

/ 2-3 chain and iron armor
group:#rand(2,3):(ID=chainmail_helmet;ID=chainmail_chestplate;ID=chainmail_leggings;ID=chainmail_boots)@luck=2
group:#rand(2,3):(ID=iron_helmet;ID=iron_chestplate;ID=iron_leggings;ID=iron_boots;ID=iron_horse_armor)@luck=1

/ 1-2 diamond armor
group:#rand(1,2):(ID=diamond_helmet;ID=diamond_chestplate;ID=diamond_leggings;ID=diamond_boots;ID=diamond_horse_armor)@luck=2

/ all horse armor
group(ID=iron_horse_armor;ID=golden_horse_armor;ID=diamond_horse_armor)@luck=2

/ bow and arrows
group(ID=bow;ID=arrow,amount=#rand(16,32))@luck=1

/ ========== BLOCKS ==========

ID=sponge@luck=0
ID=tnt,amount=8@luck=1
ID=obsidian,amount=14@luck=1
ID=enchanting_table@luck=2
ID=end_portal_frame,amount=#rand(2,6)@luck=2
ID=dragon_egg@luck=1
ID=ender_chest,amount=2@luck=0
ID=beacon@luck=2
ID=dropper,amount=8@luck=0
ID=hay_block,amount=8@luck=0

/ chests
type=block,ID=chest,tileEntity=(Items=#chestLootTable("chests/spawn_bonus_chest"))@luck=0
type=block,ID=chest,tileEntity=(Items=#chestLootTable("chests/simple_dungeon"))@luck=1
type=block,ID=chest,tileEntity=(Items=#chestLootTable("chests/stronghold_corridor"))@luck=1
type=block,ID=chest,tileEntity=(Items=#chestLootTable("chests/shipwreck_map"))@luck=1

/ ========= ITEMS ==========

ID=gold_ingot,amount=#rand(8,16)@luck=1
ID=stick@luck=-1
ID=painting,amount=4@luck=0
ID=saddle,amount=2@luck=0
ID=cake@luck=0
ID=rotten_flesh@luck=-1
ID=nether_star@luck=2
ID=poppy,NBTTag=(display=(Name=#jsonStr(text="Romantic Rose",color=dark_red)))@luck=-1
ID=rabbit_stew,amount=#rand(5,7)@luck=1

/ ========== GROUPS ==========

/ bookshelves and books
group(ID=bookshelf,amount=#rand(6,12);ID=book,amount=#rand(8,16))@luck=0

/ pumpkins and jack o'lanterns
group(ID=pumpkin,amount=#rand(8,16);ID=jack_o_lantern,amount=#rand(8,16))@luck=0

/ golden apples
group(ID=golden_apple,amount=#rand(2,4);ID=enchanted_golden_apple,amount=#rand(1,2))@luck=2

/ buckets
group(ID=bucket,amount=#rand(1,2);ID=water_bucket,amount=#rand(1,2);ID=lava_bucket,amount=#rand(1,2);ID=milk_bucket,amount=#rand(1,2))@luck=0

/ meat (raw and cooked)
group:1:(group(ID=porkchop,amount=#rand(8,16);ID=cooked_porkchop,amount=#rand(4,8));group(ID=salmon,amount=#rand(8,16);ID=cooked_salmon,amount=#rand(4,8));group(ID=beef,amount=#rand(8,16);ID=cooked_beef,amount=#rand(4,8));group(ID=chicken,amount=#rand(8,16);ID=cooked_chicken,amount=#rand(4,8));group(ID=mutton,amount=#rand(8,16);ID=cooked_mutton,amount=#rand(4,8));group(ID=rabbit,amount=#rand(8,16);ID=cooked_rabbit,amount=#rand(4,8)))@luck=1

/ vegetable food (carrots, potatoes, pumpkin pie)
group:1:(group(ID=carrot,amount=#rand(8,16);ID=golden_carrot,amount=#rand(4,8));group(ID=potato,amount=#rand(8,16);ID=baked_potato,amount=#rand(4,8);ID=poisonous_potato,amount=#rand(2,4));group(ID=pumpkin_pie,amount=#rand(6,12)))@luck=1

/ ender pearls and eyes
group(ID=ender_pearl,amount=10;ID=ender_eye,amount=5)@luck=2

/ potions
ID=#randList(potion,splash_potion),NBTTag=(Potion=#randPotion),amount=#rand(4,8)@luck=1

/ spawn eggs
ID=#randSpawnEgg,amount=#rand(4,8)@luck=1

/ heads
group:#rand(1,3):(ID=skeleton_skull;ID=wither_skeleton_skull;ID=zombie_head;ID=player_head;ID=creeper_head)@luck=0

/ jukebox and music discs
group(ID=jukebox;ID=#randList(music_disc_11,music_disc_13,music_disc_blocks,music_disc_chirp,music_disc_far,music_disc_mall,music_disc_mellohi,music_disc_stal,music_disc_strad,music_disc_wait,music_disc_ward),amount=#rand(1,3))@luck=1

/ brewing
group(ID=ender_pearl,amount=#rand(1,3);ID=blaze_rod,amount=#rand(1,3);ID=ghast_tear,amount=#rand(1,3);ID=gold_nugget,amount=#rand(1,3);ID=nether_wart,amount=#rand(1,3);ID=spider_eye,amount=#rand(1,3);ID=fermented_spider_eye,amount=#rand(1,3);ID=blaze_powder,amount=#rand(1,3);ID=magma_cream,amount=#rand(1,3);ID=ender_eye,amount=#rand(1,3);ID=glistering_melon_slice,amount=#rand(1,3);ID=rabbit_foot,amount=#rand(1,3);type=particle,ID=splashpotion,potion="fire_resistance")@luck=2

/ redstone
group(ID=dispenser,amount=2;ID=note_block,amount=1;ID=sticky_piston,amount=4;ID=piston,amount=4;ID=tnt,amount=6;ID=lever,amount=2;ID=stone_pressure_plate,amount=2;ID=oak_pressure_plate,amount=2;ID=redstone_torch,amount=8;ID=stone_button,amount=2;ID=oak_trapdoor,amount=2;ID=iron_trapdoor,amount=2;ID=oak_fence_gate,amount=1;ID=redstone_lamp,amount=4;ID=tripwire_hook,amount=2;ID=oak_button,amount=2;ID=light_weighted_pressure_plate,amount=1;ID=heavy_weighted_pressure_plate,amount=1;ID=daylight_detector,amount=1;ID=hopper,amount=4;ID=dropper,amount=#rand(2,4);ID=oak_door,amount=1;ID=iron_door,amount=1;ID=redstone,amount=#rand(32,64);ID=repeater,amount=8;ID=comparator,amount=2;type=particle,ID=splashpotion,potion="healing")@luck=2

/ colorful
group(group:1:(ID=#randColor_wool,amount=#rand(32,64);ID=#randColor_terracotta,amount=#rand(32,64);ID=#randColor_dye,amount=#rand(32,64));type=particle,ID=splashpotion,potion=#randPotion,amount=10)@luck=1

/ iron, gold, diamond, emerald, lapis, with fireworks
group(
    ID=iron_ingot,amount=#rand(8,16);
    ID=gold_ingot,amount=#rand(8,16);
    ID=diamond,amount=#rand(8,16);
    ID=emerald,amount=#rand(8,16);
    ID=lapis_lazuli,amount=#rand(8,16);
    type=entity,ID=firework_rocket,NBTTag=(
        LifeTime=20,FireworksItem=(id=firework_rocket,Count=1,tag=#randFireworksRocket)
    ),amount=20,posOffset=#circleOffset(0,2)
)@luck=2

/ quartz
group(
    ID=quartz_slab,amount=#rand(4,8);
    ID=nether_quartz_ore,amount=#rand(16,32);
    ID=quartz_block,amount=#rand(4,8);
    ID=quartz_block,damage=1,amount=#rand(4,8);
    ID=quartz_block,damage=2,amount=#rand(4,8);
    ID=quartz_stairs,amount=#rand(4,8);ID=quartz,amount=#rand(24,32);
    type=particle,ID=splashpotion,potion="invisibility"
)@luck=1

/ fish
group(ID=fishing_rod;ID=#randList(cod,pufferfish,salmon,tropical_fish),amount=#rand(10,20))@luck=1

/ random jokes
group:1:(ID=clock,NBTTag=(display=(Name=#jsonStr(text="You're wasting your time")));ID=tropical_fish,NBTTag=(display=(Name=#jsonStr(text="I'm funny")));ID=pufferfish,NBTTag=(display=(Name=#jsonStr(text="Oooooh!"))))@luck=-1

/ flowers
ID=#randList(dandelion,poppy,blue_orchid,allium,azure_bluet,pink_tulip,oxeye_daisy),amount=64@luck=0

/ enchantment books
ID=enchanted_book,NBTTag=(StoredEnchantments=#randEnchantment),amount=#rand(7,10)@luck=1

/ prismarine
group(ID=prismarine,amount=#rand(4,8);ID=prismarine,damage=1,amount=#rand(4,8);ID=prismarine,damage=2,amount=#rand(4,8);ID=sea_lantern,amount=#rand(4,8);ID=prismarine_shard,amount=#rand(15,30);ID=prismarine_crystals,amount=#rand(10,20);type=particle,ID=splashpotion,potion="invisibility")@luck=1

/ ========== ENTITIES ==========

/ lucky mobs
group:1:(
    type=entity,ID=pig,NBTTag=(CustomName=#jsonStr(text="Lucky Pig",color=yellow,bold=true),CustomNameVisible=true);
    type=entity,ID=cow,NBTTag=(CustomName=#jsonStr(text="Lucky Cow",color=yellow,bold=true),CustomNameVisible=true);
    type=entity,ID=chicken,NBTTag=(CustomName=#jsonStr(text="Lucky Chicken",color=yellow,bold=true),CustomNameVisible=true);
    type=entity,ID=sheep,NBTTag=(CustomName=#jsonStr(text="Lucky Sheep",color=yellow,bold=true),CustomNameVisible=true);
    type=entity,ID=rabbit,NBTTag=(CustomName=#jsonStr(text="Lucky Rabbit",color=yellow,bold=true),CustomNameVisible=true);
    type=entity,ID=squid,NBTTag=(CustomName=#jsonStr(text="Unlucky Squid",color=yellow,bold=true),CustomNameVisible=true)
)@luck=0

/ colored sheep
type=entity,ID=sheep,NBTTag=(CustomName=#jsonStr(text="$cM$6r. $eR$aa$2i$bn$3b$5o$dw"),CustomNameVisible=true,Color=#rand(0,15)),posOffset=#circleOffset(4),amount=16@luck=1

/ eggs + diamonds
group(type=entity,ID=egg,NBTTag=(Motion=#randLaunchMotion(0.6,15)),amount=40;type=entity,ID=item,NBTTag=(Item=(id=diamond,Count=1),Motion=#randLaunchMotion(0.7,18)),amount=20)@luck=2

/ thrown exp bottles
type=entity,ID=experience_bottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(16,32)@luck=2

/ launched tnt
type=entity,ID=tnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=15@luck=-2

/ lightning creeper
group(type=difficulty,ID=hard;type=entity,ID=creeper;type=entity,ID=lightning_bolt)@luck=-2
/ giant
group(type=difficulty,ID=hard;type=entity,ID=giant)@luck=-2
/ wither
group(type=difficulty,ID=hard;type=entity,ID=wither)@chance=0.1@luck=-2
/ ghast
group(type=difficulty,ID=hard;type=entity,ID=ghast)@chance=0.2@luck=-2
/ elder guardian
group(type=difficulty,ID=hard;type=entity,ID=guardian,NBTTag=(Elder=1))@chance=0.5@luck=-2
/ killer rabbit
group(type=difficulty,ID=hard;type=entity,ID=rabbit,NBTTag=(RabbitType=99))@luck=-1

/ bob the zombie
group(type=difficulty,ID=hard;type=entity,ID=zombie,NBTTag=(
    HandItems=[(id=diamond_sword,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Bob",color=blue,bold=true),CustomNameVisible=true)
)@luck=-2

/ ghostly horseman skeleton
group(type=difficulty,ID=hard;type=entity,ID=bat,NBTTag=(
    Silent=true,
    ActiveEffects=[(Id=14,Duration=100000,Amplifier=1,ShowParticles=false)],
    Passengers=[(id=skeleton_horse,Tame=true,Type=4,
        Passengers=[(id=skeleton,
            HandItems=[(id=bow,Count=1,tag=(Enchantments=#luckyBowEnchantments))],
            ArmorItems=[(id=chainmail_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=chainmail_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=chainmail_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=chainmail_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
            HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
            CustomName=#jsonStr(text="Ghostly Horseman",color=gray,bold=true),CustomNameVisible=true)
        ])
    ])
)@luck=-2

/ stacked villager and pigs
type=entity,ID=pig,NBTTag=(Passengers=[(id=pig,Passengers=[(id=pig,Passengers=[(id=pig,Passengers=[(id=pig,Passengers=[(id=pig,Passengers=[(id=pig,Passengers=[(id=pig,Passengers=[(id=villager,VillagerData=(profession=nitwit))])])])])])])])])@luck=0

/ horses
type=entity,ID=#randList(horse,skeleton_horse,zombie_horse),amount=12,posOffset=#circleOffset(4),NBTTag=(Tame=true,Owner=#pUUIDArray)@luck=1

/ llamas
type=entity,ID=llama,amount=8,posOffset=#circleOffset(4),NBTTag=(CustomName=#jsonStr(text=#randList(Llaura,Llauretta,Llavender,Llinda,Llisa,Llouise,Llucy,Llydia),color=dark_purple,bold=true),Variant=#rand(0,3),CustomNameVisible=true)@luck=0

/ witch with bats
group(type=difficulty,ID=hard;type=entity,ID=witch;type=entity,ID=bat,posY=#bPosY+#rand(0,2),posOffset=#circleOffset(0,1),amount=64)@luck=-1
/ huge slime and magma cube
group:1:(type=entity,ID=slime,NBTTag=(Size=10);type=entity,ID=magma_cube,NBTTag=(Size=10))@luck=-2

/ pet wolves
group(type=entity,ID=wolf,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(CollarColor=#rand(0,15),Owner=#pUUIDArray,Sitting=true);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1
/ pet cats
group(type=entity,ID=cat,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(CatType=#rand(0,10),CollarColor=#rand(0,15),Owner=#pUUIDArray,Sitting=true);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1
/ pet rabbits
group(type=entity,ID=rabbit,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(RabbitType=#rand(0,5));type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1

/ hero villagers

type=entity,ID=villager,NBTTag=(
    VillagerData=(level=3,profession=weaponsmith,type=jungle),
    Offers=(Recipes=[
        (buy=(id=diamond,Count=#rand(20,25)),sell=(id=diamond_sword,Count=1,tag=(Enchantments=#luckySwordEnchantments,display=(Name=#jsonStr(text="Hero's Sword",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(20,25)),sell=(id=bow,Count=1,tag=(Enchantments=#luckyBowEnchantments,display=(Name=#jsonStr(text="Hero's Bow",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(10,15)),sell=(id=fishing_rod,Count=1,tag=(Enchantments=#luckyFishingRodEnchantments,display=(Name=#jsonStr(text="Hero's Fishing Rod",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(10,15)),sell=(id=potion,Count=1,tag=(Potion="fire_resistance",CustomPotionEffects=#luckyPotionEffects,display=(Name=#jsonStr(text="Hero's Potion",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(7,12)),sell=(id=splash_potion,Count=1,tag=(Potion="harming",CustomPotionEffects=#unluckyPotionEffects,display=(Name=#jsonStr(text="Evil Potion",color=blue,bold=true)))),maxUses=1)
    ]),
    CustomName=#jsonStr(text="Hero Villager",color=blue,bold=true),CustomNameVisible=true
)@luck=1

type=entity,ID=villager,NBTTag=(
    VillagerData=(level=3,profession=armorer,type=jungle),
    Offers=(Recipes=[
        (buy=(id=diamond,Count=#rand(12,17)),sell=(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments,display=(Name=#jsonStr(text="Hero's Helmet",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(20,25)),sell=(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments,display=(Name=#jsonStr(text="Hero's Chestplate",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments,display=(Name=#jsonStr(text="Hero's Leggings",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(12,17)),sell=(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments,display=(Name=#jsonStr(text="Hero's Boots",color=blue,bold=true)))),maxUses=1)
    ]),
    CustomName=#jsonStr(text="Hero Villager",color=blue,bold=true),CustomNameVisible=true
)@luck=1

type=entity,ID=villager,NBTTag=(
    VillagerData=(level=3,profession=toolsmith,type=jungle),
    Offers=(Recipes=[
        (buy=(id=diamond,Count=#rand(10,15)),sell=(id=diamond_shovel,Count=1,tag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Shovel",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_pickaxe,Count=1,tag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Pickaxe",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_axe,Count=1,tag=(Enchantments=#luckyAxeEnchantments,display=(Name=#jsonStr(text="Hero's Axe",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(10,15)),sell=(id=diamond_hoe,Count=1,tag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Hoe",color=blue,bold=true)))),maxUses=1)
    ]),
    CustomName=#jsonStr(text="Hero Villager",color=blue,bold=true),CustomNameVisible=true
)@luck=1

/ falling blocks (iron, gold, diamond, emerald)
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=iron_block));type=particle,ID=large_smoke,size=(1,2,1),particleAmount=500;type=sound,ID=block.fire.extinguish)@luck=0

group(type=fill,ID=air,size=(1,8,1);type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=gold_block));type=particle,ID=flame,size=(1,2,1),particleAmount=500;type=sound,ID=entity.ghast.shoot)@luck=0

group(type=fill,ID=air,size=(1,8,1);type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=diamond_block));type=entity,ID=lightning_bolt)@luck=1

group(type=fill,ID=air,size=(1,8,1);type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=emerald_block));type=particle,ID=happy_villager,size=(1,2,1),particleAmount=500;type=sound,ID=block.grass.break)@luck=0

group(type=fill,ID=air,size=(1,8,1);type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=lapis_block));type=particle,ID=splash,size=(1,2,1),particleAmount=1000;type=sound,ID=entity.player.swim)@luck=0

/ colorful pole
group(type=fill,ID=air,size=(1,51,1);
    group(
        NBTTag=(BlockState=(Name=red_glazed_terracotta)),posY=#bPosY+5;
        NBTTag=(BlockState=(Name=orange_glazed_terracotta)),posY=#bPosY+10;
        NBTTag=(BlockState=(Name=yellow_glazed_terracotta)),posY=#bPosY+15;
        NBTTag=(BlockState=(Name=lime_glazed_terracotta)),posY=#bPosY+20;
        NBTTag=(BlockState=(Name=light_blue_glazed_terracotta)),posY=#bPosY+25;
        NBTTag=(BlockState=(Name=blue_glazed_terracotta)),posY=#bPosY+30;
        NBTTag=(BlockState=(Name=purple_glazed_terracotta)),posY=#bPosY+35;
        NBTTag=(BlockState=(Name=magenta_glazed_terracotta)),posY=#bPosY+40;
        NBTTag=(BlockState=(Name=pink_glazed_terracotta)),posY=#bPosY+45
    ),type=entity,ID=falling_block;
    type=entity,ID=falling_block,NBTTag=(BlockState=(Name=diamond_block)),posY=#bPosY+50;
    type=entity,ID=lightning_bolt,posY=#bPosY+10,delay=5.3
)@luck=2

/ tnt pole
group(type=fill,ID=air,size=(1,51,1);
    type=entity,ID=falling_block,NBTTag=(BlockState=(Name=redstone_block)),posY=#bPosY+5;
    group(posY=#bPosY+10;posY=#bPosY+15;posY=#bPosY+20;posY=#bPosY+25;posY=#bPosY+30;posY=#bPosY+35;posY=#bPosY+40;posY=#bPosY+45;posY=#bPosY+50),type=entity,ID=falling_block,NBTTag=(BlockState=(Name=tnt))
)@luck=2

/ baby player
type=entity,ID=armor_stand,NBTTag=(Small=true,NoBasePlate=true,ShowArms=true,HandItems=[(id=stone_pickaxe,Count=1)],ArmorItems=[(id=leather_boots,Count=1,tag=(display=(color=#randColor))),(id=leather_leggings,Count=1,tag=(display=(color=#randColor))),(id=leather_chestplate,Count=1,tag=(display=(color=#randColor))),(id=player_head,Count=1,tag=(SkullOwner=#pName))],Rotation=[#pYaw+180f,0f],CustomName=#jsonStr(text="Baby #pName"),CustomNameVisible=true)@luck=0

/ ==== Monster Apocalyple ====

group(
    / sword, difficulty, time, potion effects
    ID=wooden_sword;
    type=difficulty,ID=hard;
    type=time,ID=18750;
    type=effect,ID=slowness,duration=30,amplifier=4;
    type=effect,ID=blindness,duration=30;
    group:1:(
        / zombies, creepers, spiders & cave spiders, silverfish & endermites, guardians
        type=entity,ID=zombie,amount=#rand(20,50);
        type=entity,ID=creeper,amount=#rand(10,30);
        group(type=entity,ID=spider,amount=#rand(15,45);type=entity,ID=cave_spider,amount=#rand(5,10));
        group(type=entity,ID=silverfish,amount=#rand(15,45);type=entity,ID=endermite,amount=#rand(5,10));
        type=entity,ID=guardian,amount=#rand(10,30);
        / all at once
        group(
            type=entity,ID=zombie,amount=#rand(20,50);
            type=entity,ID=creeper,amount=#rand(10,30);
            group(type=entity,ID=spider,amount=#rand(15,45);type=entity,ID=cave_spider,amount=#rand(5,10);
            type=entity,ID=silverfish,amount=#rand(15,45);type=entity,ID=endermite,amount=#rand(5,10);
            type=entity,ID=guardian,amount=#rand(10,30))
        )
    ),posOffset=#circleOffset(8,10)
)@luck=-2

/ ========== STRUCTURES ==========

/ anvil cage
group(
    type=structure,ID=cage,pos=#pPos,rotation=#pDirect;
    type=fill,ID=air,size=(1,70,1),pos=#pPos;type=fill,ID=anvil,size=(1,2,1),pos=(#pPosX,#pPosY+70,#pPosZ)
)@luck=-2

/ lava cage
group(
    type=structure,ID=cage,pos=#pPos,rotation=#pDirect;
    type=block,ID=lava,pos=(#pPosX,#pPosY+3,#pPosZ)
)@luck=-2

/ water cage
type=structure,ID=water_cage,pos=#pPos@luck=-2

/ lava pit
group(
    type=fill,ID=air,size=(3,20,3),pos=(#pPosX-1,#pPosY-20,#pPosZ-1);
    type=fill,ID=lava,size=(3,1,3),pos=(#pPosX-1,#pPosY-20,#pPosZ-1);
    type=fill,ID=cobweb,size=(3,1,3),pos=(#pPosX-1,#pPosY-19,#pPosZ-1)
)@luck=-2

/ lucky buildings
type=structure,ID=lucky_fort,pos=#pPos@luck=2
type=structure,ID=lucky_temple,pos=#pPos@chance=0.4@luck=2

/ bedrock problem
type=structure,ID=bedrock_problem,rotation=#pDirect@luck=-1

/ explosion
group(type=difficulty,ID=hard;type=explosion,radius=6)@luck=-2

/ choice of 2 lucky blocks
group:1:(type=structure,ID=lucky_choice_left,rotation=#pDirect;type=structure,ID=lucky_choice_right,rotation=#pDirect)@luck=0

/ wishing wells
group(
    type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName gold_nugget{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
        type=entity,ID=firework_rocket,NBTTag=(LifeTime=20,FireworksItem=(id=firework_rocket,Count=1,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);
        ID=gold_ingot,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);
        ID=diamond,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);
        ID=emerald,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);
        ID=lapis_lazuli,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2)
    )"])
)@luck=2

group(
    type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName gold_nugget{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$eYour wish came true! (If you like potatoes)\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
        ID=potato,amount=128,posY='#'bPosY+10,posOffset='#'circleOffset(2);
        ID=baked_potato,amount=64,posY='#'bPosY+10,posOffset='#'circleOffset(2);
        ID=poisonous_potato,amount=32,posY='#'bPosY+10,posOffset='#'circleOffset(2)
    )"])
)@luck=1

group(
    type=structure,ID=wishing_well;
    type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName gold_nugget{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$4Your death wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
        type=entity,ID=tnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=20
    )"])
)@luck=-2

/ bouncing castle
type=structure,ID=bouncing_castle,pos=#pPos,rotation=#pDirect

/ giant lucky blocks
type=structure,ID=giant_lucky_block_good,rotation=#pDirect@luck=2
type=structure,ID=giant_lucky_block_bad,rotation=#pDirect@luck=-2

/ ========== ENCHANTED + LUCKY ITEMS ==========

/ hero's sword
ID=diamond_sword,NBTTag=(Enchantments=#luckySwordEnchantments,display=(Name=#jsonStr(text="Hero's Sword",color=blue,bold=true)))@luck=2

/ hero's bow
ID=bow,NBTTag=(Enchantments=#luckyBowEnchantments,display=(Name=#jsonStr(text="Hero's Bow",color=blue,bold=true)))@luck=2

/ hero's crossbow, trident
group:1:(ID=crossbow,NBTTag=(Enchantments=#luckyCrossbowEnchantments,display=(Name=#jsonStr(text="Hero's Crossbow",color=blue,bold=true)));ID=trident,NBTTag=(Enchantments=#luckyTridentEnchantments,display=(Name=#jsonStr(text="Hero's Trident",color=blue,bold=true))))@luck=2

/ hero's tools
group:#rand(1,2):(
    ID=diamond_shovel,NBTTag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Shovel",color=blue,bold=true)));
    ID=diamond_pickaxe,NBTTag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Pickaxe",color=blue,bold=true)));
    ID=diamond_axe,NBTTag=(Enchantments=#luckyAxeEnchantments,display=(Name=#jsonStr(text="Hero's Axe",color=blue,bold=true)));
    ID=diamond_hoe,NBTTag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Hoe",color=blue,bold=true)));
    ID=fishing_rod,NBTTag=(Enchantments=#luckyFishingRodEnchantments,display=(Name=#jsonStr(text="Hero's Fishing Rod",color=blue,bold=true)))
)@luck=2

/ hero's armor
group:#rand(1,2):(
    ID=diamond_helmet,NBTTag=(Enchantments=#luckyHelmetEnchantments,display=(Name=#jsonStr(text="Hero's Helmet",color=blue,bold=true)));
    ID=diamond_chestplate,NBTTag=(Enchantments=#luckyChestplateEnchantments,display=(Name=#jsonStr(text="Hero's Chestplate",color=blue,bold=true)));
    ID=diamond_leggings,NBTTag=(Enchantments=#luckyLeggingsEnchantments,display=(Name=#jsonStr(text="Hero's Leggings",color=blue,bold=true)));
    ID=diamond_boots,NBTTag=(Enchantments=#luckyBootsEnchantments,display=(Name=#jsonStr(text="Hero's Boots",color=blue,bold=true)))
)@luck=2

/ hero's potion
ID=potion,NBTTag=(
    Potion="fire_resistance",
    CustomPotionEffects=#luckyPotionEffects,
    display=(Name=#jsonStr(text="Hero's Potion",color=blue,bold=true))
)@luck=2

/ evil potion
ID=splash_potion,NBTTag=(
    Potion="harming",
    CustomPotionEffects=#unluckyPotionEffects,
    display=(Name=#jsonStr(text="Evil Potion",color=dard_red,bold=true))
)@luck=1

/ lucky items
type=item,ID=lucky:lucky_sword@chance=1.5@luck=2
type=item,ID=lucky:lucky_bow@chance=1.5@luck=2
type=item,ID=lucky:lucky_potion,NBTTag=(Luck=#randList(100,-100)),amount=#rand(10,15)@chance=1.5@luck=2

group(
    type=item,ID=lucky:lucky_sword;
    type=item,ID=lucky:lucky_bow;
    type=item,ID=lucky:lucky_potion,NBTTag=(Luck=#randList(100,-100)),amount=#rand(10,15);
    type=entity,ID=firework_rocket,NBTTag=(
        LifeTime=20,FireworksItem=(id=firework_rocket,Count=1,tag=#randFireworksRocket)
    ),amount=20,posOffset=#circleOffset(0,2)
)@luck=2

;-------------------------------Lucky Block Electronic drops--------------------------------------

/ gareth the skeleton
group(type=difficulty,ID=hard;type=entity,ID=skeleton,NBTTag=(
    HandItems=[(id=bow,Count=1,tag=(Enchantments=#luckyBowEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Gareth",color=white,bold=true),CustomNameVisible=true)
)@luck=-2

/ Theodoric the iron_golem
group(type=difficulty,ID=hard;type=entity,ID=iron_golem,NBTTag=(
    HandItems=[(id=diamond_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Theodoric",color=yellow,bold=true),CustomNameVisible=true)
)@luck=2

/ Icie the Snow Golem
group(type=difficulty,ID=hard;type=entity,ID=snow_golem,NBTTag=(
    HandItems=[(id=diamond_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Icie",color=yellow,bold=true),CustomNameVisible=true)
)@luck=2

/ Frizi the Polar Bear
group(type=difficulty,ID=hard;type=entity,ID=polar_bear,NBTTag=(
    HandItems=[(id=diamond_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Frizi",color=yellow,bold=true),CustomNameVisible=true)
)@luck=2

/ Samuel the villager
group(type=difficulty,ID=hard;type=entity,ID=villager,NBTTag=(
    HandItems=[(id=diamond_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Samuel",color=yellow,bold=true),CustomNameVisible=true)
)@luck=2

/ Godwinn the vindicator
group(type=difficulty,ID=hard;type=entity,ID=vindicator,NBTTag=(
    HandItems=[(id=diamond_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Godwinn",color=yellow,bold=true),CustomNameVisible=true)
)@luck=-2

/ Henry the pillager
group(type=difficulty,ID=hard;type=entity,ID=pillager,NBTTag=(
    HandItems=[(id=crossbow,Count=1,tag=(Enchantments=#luckyCrossbowEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Henry",color=yellow,bold=true),CustomNameVisible=true)
)@luck=-2

/ Starke the hoglin
group(type=difficulty,ID=hard;type=entity,ID=hoglin,NBTTag=(
    HandItems=[(id=diamond_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Starke",color=yellow,bold=true),CustomNameVisible=true)
)@luck=-2

/ Minimite the silverfish
group(type=difficulty,ID=hard;type=entity,ID=silverfish,NBTTag=(
    HandItems=[(id=diamond_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Minimite",color=yellow,bold=true),CustomNameVisible=true)
)@luck=-2

/ Max the Wolf
group(type=difficulty,ID=hard;type=entity,ID=wolf,NBTTag=(
    HandItems=[(id=diamond_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=diamond_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Max",color=yellow,bold=true),CustomNameVisible=true)
)@luck=2

/ village
group(type=message,ID=Valhalla Calling me;type=entity,ID=vindicator,amount=8,posOffset=#circleOffset(12),NBTTag=(CustomName=#jsonStr(text=#randList(Bjorn,Ragnar,Harald,Knut,Magnus,Ivar,Leif,Erik,Halfdan,Ulf,Jarl,Olaf,Sigurd,Svein,Canute,Fenrir),color=dark_purple,bold=true),Variant=#rand(0,3),CustomNameVisible=true);
type=entity,ID=vindicator,NBTTag=(
    HandItems=[(id=netherite_axe,Count=1,tag=(Enchantments=#luckySwordEnchantments))],
    ArmorItems=[(id=netherite_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=netherite_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=netherite_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=netherite_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
    HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
    CustomName=#jsonStr(text="Thorarin Sveinsson II",color=yellow,bold=true),CustomNameVisible=true))@luck=-2


/ Lucky drop: iron tools
group(ID=iron_shovel;ID=iron_pickaxe;ID=iron_axe;ID=iron_sword;ID=iron_hoe)@luck=2
group(ID=stone_shovel;ID=stone_pickaxe;ID=stone_axe;ID=stone_sword;ID=stone_hoe)@luck=2

/ Unlucky drop: explosion
type=explosion,radius=4,fire=true@luck=-2

/ Unlucky drop: explosion
type=explosion,radius=12,false=true@luck=-2

/ hero's tools
group:#rand(1,2):(
    ID=diamond_shovel,NBTTag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Shovel",color=blue,bold=true)));
    ID=diamond_pickaxe,NBTTag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Pickaxe",color=blue,bold=true)));
    ID=diamond_axe,NBTTag=(Enchantments=#luckyAxeEnchantments,display=(Name=#jsonStr(text="Hero's Axe",color=blue,bold=true)));
    ID=diamond_hoe,NBTTag=(Enchantments=#luckyToolEnchantments,display=(Name=#jsonStr(text="Hero's Hoe",color=blue,bold=true)));
    ID=fishing_rod,NBTTag=(Enchantments=#luckyFishingRodEnchantments,display=(Name=#jsonStr(text="Hero's Fishing Rod",color=blue,bold=true)))
)@luck=2

/ hero's armor
group:#rand(1,2):(
    ID=diamond_helmet,NBTTag=(Enchantments=#luckyHelmetEnchantments,display=(Name=#jsonStr(text="Hero's Helmet",color=blue,bold=true)));
    ID=diamond_chestplate,NBTTag=(Enchantments=#luckyChestplateEnchantments,display=(Name=#jsonStr(text="Hero's Chestplate",color=blue,bold=true)));
    ID=diamond_leggings,NBTTag=(Enchantments=#luckyLeggingsEnchantments,display=(Name=#jsonStr(text="Hero's Leggings",color=blue,bold=true)));
    ID=diamond_boots,NBTTag=(Enchantments=#luckyBootsEnchantments,display=(Name=#jsonStr(text="Hero's Boots",color=blue,bold=true)))
)@luck=2


/ wishing wells
group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
        type=entity,ID=firework_rocket,NBTTag=(LifeTime=20,FireworksItem=(id=firework_rocket,Count=1,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);
        ID=gold_block,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);
        ID=diamond_block,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);
        ID=emerald_block,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);
        ID=lapis_block,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2)
    )"])
)@luck=2

group(
    type=structure,ID=electronic_well,posY=#bPosY-2;
    type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$4Your armaggedon wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
        type=entity,ID=tnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=40
    )"])
)@luck=-2

type=entity,ID=villager,NBTTag=(
    VillagerData=(level=3,profession=toolsmith,type=jungle),
    Offers=(Recipes=[
        (buy=(id=diamond,Count=#rand(10,15)),sell=(id=potion,Count=1,tag=(Potion="fire_resistance,CustomPotionEffects=#luckyPotionEffects,display=(Name=#jsonStr(text="Hero's Shovel",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(15,20)),sell=(id=potion,Count=1,tag=(Potion="fire_resistance,CustomPotionEffects=#luckyPotionEffects,display=(Name=#jsonStr(text="Hero's Pickaxe",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(15,20)),sell=(id=potion,Count=1,tag=(Potion="fire_resistance,CustomPotionEffects=#luckyPotionEffects,display=(Name=#jsonStr(text="Hero's Axe",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(10,15)),sell=(id=potion,Count=1,tag=(Potion="fire_resistance,CustomPotionEffects=#luckyPotionEffects,display=(Name=#jsonStr(text="Hero's Hoe",color=blue,bold=true)))),maxUses=1)
    ]),
    CustomName=#jsonStr(text="Hero Potion Villager",color=blue,bold=true),CustomNameVisible=true
)@luck=1

type=entity,ID=villager,NBTTag=(
    VillagerData=(level=3,profession=toolsmith,type=jungle),
    Offers=(Recipes=[
        (buy=(id=diamond,Count=#rand(10,15)),sell=(id=splash_potion,Count=1,tag=(Potion="harming,CustomPotionEffects=#unluckyPotionEffects,display=(Name=#jsonStr(text="Hero's Shovel",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(15,20)),sell=(id=splash_potion,Count=1,tag=(Potion="harming,CustomPotionEffects=#unluckyPotionEffects,display=(Name=#jsonStr(text="Hero's Pickaxe",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(15,20)),sell=(id=splash_potion,Count=1,tag=(Potion="harming,CustomPotionEffects=#unluckyPotionEffects,display=(Name=#jsonStr(text="Hero's Axe",color=blue,bold=true)))),maxUses=1),
        (buy=(id=diamond,Count=#rand(10,15)),sell=(id=splash_potion,Count=1,tag=(Potion="harming,CustomPotionEffects=#unluckyPotionEffects,display=(Name=#jsonStr(text="Hero's Hoe",color=blue,bold=true)))),maxUses=1)
    ]),
    CustomName=#jsonStr(text="Villian Potion Villager",color=red,bold=true),CustomNameVisible=true
)@luck=1

group(type=message,ID=#8#lArrow Drop;type=command,ID="/summon Arrow ~ ~5 ~ {Motion:[0.0,-1.0,0.0],pickup:1,damage:10}")@luck=-2

group(type=message,ID=FuriousDestroyer Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"FuriousDestroyer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3355443}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"furiousdestroyer"}}]}")@luck=-1
group(type=message,ID=SuperGirlyGamer Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"SuperGirlyGamer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SuperGirlyGamer"}}]}")@luck=-1
group(type=message,ID=SkyTheKidRS Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"SkyTheKidRS"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:6697728}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SkyTheKidRS"}}]}")@luck=-1
group(type=message,ID=JeromeASF Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"JeromeASF"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"JeromeASF"}}]}")@luck=-1
group(type=message,ID=DanTDM Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"DanTDM"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16252685}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:1837260}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"DanTDM"}}]}")@luck=-1
group(type=message,ID=Bodil40 Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Bodil40"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16252685}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Bodil40"}}]}")@luck=-1
group(type=message,ID=BajanCanadian Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"BajanCanadian"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16777215}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:4480475}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"BajanCanadian"}}]}")@luck=-1
group(type=message,ID=ThnxCya Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"ThnxCya"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:7036750}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"ThnxCya"}}]}")@luck=-1
group(type=message,ID=AntVenom Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"AntVenom"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"AntVenom"}}]}")@luck=-1
group(type=message,ID=xXJemmaMxx Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"xXJemmaMxx"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:13585593}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:11597823}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:13585593}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"xXJemmaMxx"}}]}")@luck=-1
group(type=message,ID=MrWilliamo Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"MrWilliamo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Slime"}}]}")@luck=-1
group(type=message,ID=SSundee Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"SSundee"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SSundee"}}]}")@luck=-1
group(type=message,ID=GameChap Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"GameChap"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"GameChap"}}]}")@luck=-1
group(type=message,ID=BertieChap Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"BertieChap"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:2498843}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:2498843}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"BertieChap"}}]}")@luck=-1
group(type=message,ID=Sethbling Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Sethbling"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:5388586}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:2501575}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:12849682}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Sethbling"}}]}")@luck=-1
group(type=message,ID=TBNRFrags Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"TBNRFrags"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16753920}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"PrestonPlayz"}}]}")@luck=-1
group(type=message,ID=Woofless Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Woofless"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16777215}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:128}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MrWoofless"}}]}")@luck=-1
group(type=message,ID=Vikkstar123 Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Vikkstar123"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:11184810}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:128}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:2730}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Vikkstar123"}}]}")@luck=-1
group(type=message,ID=MumboJumbo Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"MumboJumbo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MumboJumbo"}}]}")@luck=-1
group(type=message,ID=Crainer Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Crainer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:15917831}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:15917831}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MrCrainer"}}]}")@luck=-1
group(type=message,ID=TheaNicka Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"TheaNicka"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:6497032}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:5284269}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:874611}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"TheaNicka"}}]}")@luck=-1
group(type=message,ID=Jelly Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Jelly"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:2632527}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3647535}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3647535}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Jelly"}}]}")@luck=-1
group(type=message,ID=TheBlueCrusader Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"TheBlueCrusader"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"TheBlueCrusader"}}]}")@luck=-1
group(type=message,ID=Slogo Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Slogo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3552013}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Slogo"}}]}")@luck=-1
group(type=message,ID=Lycanite Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Lycanite"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Lycanite"}}]}")@luck=-1

group(type=message,ID=Treyaurus Joined the game;type=command,ID="/summon zombie ~ ~ ~ {CustomName:'{"text":"Treyaurus"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:16777215}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:16777215}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MHF_Villager"}}]}")@luck=-1

/Souped up youtubers
group(
type=message,ID=Boosting youtubers;
type=command,ID="/effect give @e[name=FuriousDestroyer] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=SuperGirlyGamer] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=SkyTheKidRS] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=JeromeASF] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=DanTDM] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=Bodil40] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=BajanCanadian] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=ThnxCya] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=AntVenom] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=xXJemmaMxx] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=MrWilliamo] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=SSundee] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=GameChap] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=BertieChap] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=Sethbling] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=TBNRFrags] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=Woofless] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=Vikkstar123] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=Crainer] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=TheaNicka] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=Jelly] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=TheBlueCrusader] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=Slogo] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=Lycanite] minecraft:speed infinite 1";
type=command,ID="/effect give @e[name=FuriousDestroyer] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=SuperGirlyGamer] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=SkyTheKidRS] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=JeromeASF] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=DanTDM] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=Bodil40] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=BajanCanadian] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=ThnxCya] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=AntVenom] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=xXJemmaMxx] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=MrWilliamo] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=SSundee] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=GameChap] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=BertieChap] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=Sethbling] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=TBNRFrags] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=Woofless] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=Vikkstar123] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=Crainer] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=TheaNicka] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=Jelly] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=TheBlueCrusader] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=Slogo] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=Lycanite] minecraft:strength infinite 1";
type=command,ID="/effect give @e[name=FuriousDestroyer] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=SuperGirlyGamer] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=SkyTheKidRS] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=JeromeASF] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=DanTDM] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=Bodil40] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=BajanCanadian] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=ThnxCya] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=AntVenom] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=xXJemmaMxx] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=MrWilliamo] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=SSundee] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=GameChap] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=BertieChap] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=Sethbling] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=TBNRFrags] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=Woofless] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=Vikkstar123] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=Crainer] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=TheaNicka] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=Jelly] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=TheBlueCrusader] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=Slogo] minecraft:fire_resistance infinite 1";
type=command,ID="/effect give @e[name=Lycanite] minecraft:fire_resistance infinite 1"
)@luck=-2@chance=0.75


/ Parties
group(
type=message,ID=TNT Party;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}"
)@luck=-2

group(
type=message,ID=Potion Party;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=-1

group(
type=message,ID=Fire Party;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=-1

group(
type=message,ID=Web Party;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=-1

group(
type=message,ID=Lucky Block Party;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=0

group(
type=message,ID=Mixed Party;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=-2

/Intense Parties
group(
type=message,ID=TNTGeddon;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}"
)@luck=-2

group(
type=message,ID=Potiongeddon;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=-1

group(
type=message,ID=Firegeddon;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=-1

group(
type=message,ID=Webbegeddon;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=-1

group(
type=message,ID=Luckegeddon;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=0

group(
type=message,ID=Mixegeddon;
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:red_wool"},SpawnData:{entity:{id:"minecraft:tnt",Fuse:80}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999999},{Id:14,Amplifier:1b,Duration:99999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:purple_wool"},SpawnData:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:weakness"}}}},SpawnPotentials:[{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:slowness"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:harming"}}}}},{weight:1,data:{entity:{id:"minecraft:potion",Motion:[0.0,-1.0,0.0],Item:{id:"minecraft:splash_potion",Count:1b,tag:{Potion:"minecraft:poison"}}}}}]}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:orange_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:white_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"minecraft:cobweb"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}";
type=command,ID="/summon bat ~ ~30 ~ {Passengers:[{id:"minecraft:spawner_minecart",CustomDisplayTile:1b,DisplayOffset:0.5,SpawnCount:1,SpawnRange:1,Delay:100,MinSpawnDelay:150,MaxSpawnDelay:200,MaxNearbyEntities:64,RequiredPlayerRange:128,DisplayState:{Name:"minecraft:black_wool"},SpawnData:{entity:{id:"minecraft:falling_block",BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,-1.0,0.0]}}}],ActiveEffects:[{Id:11,Amplifier:5b,Duration:999999},{Id:14,Amplifier:3b,Duration:9999999}]}"
)@luck=-2


type=structure,ID=giga_acacia_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_birch_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_cherry_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_dark_oak_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_jungle_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_mangrove_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_oak_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_spruce_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_crimson_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=giga_warped_tree,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=lucky_block_tree,rotation=#pDirect@luck=1@chance=0.25

/Objects
type=structure,ID=mini_cannon,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=mini_ballista,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=mini_catapult,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=mini_ram,rotation=#pDirect@luck=1@chance=0.25
type=structure,ID=mini_siege_tower,rotation=#pDirect@luck=1@chance=0.25

group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:electronic_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Confusion Problem came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=structure,ID=bedrock_problem,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(10,10)
    )"])
)@luck=0

group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:electronic_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Cannoneer wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=structure,ID=mini_cannon,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(10,10)
    )"])
)@luck=0

group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:electronic_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Ballista wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=structure,ID=mini_ballista,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(10,10)
    )"])
)@luck=0

group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:electronic_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Catapult wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=structure,ID=mini_catapult,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(10,10)
    )"])
)@luck=0

group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:electronic_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Battering ram wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=structure,ID=mini_ram,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(10,10)
    )"])
)@luck=0

group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:electronic_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Siege Tower wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=structure,ID=mini_siege_tower,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(10,10)
    )"])
)@luck=0

group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:electronic_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Medieval wish came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=structure,ID=mini_ballista,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(1,2);
type=structure,ID=mini_cannon,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(1,1);
type=structure,ID=mini_catapult,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(1,2);
type=structure,ID=mini_ram,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(1,2);
type=structure,ID=mini_siege_tower,posY='#'bPosY+3,posOffset=#circleOffset(5,10),amount=#rand(1,2)
    )"])
)@luck=0

/ wishing wells
group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Youtube Problem came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=command,ID="/summon zombie ~-5 ~3 ~- {CustomName:'{"text":"FuriousDestroyer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3355443}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"furiousdestroyer"}}]}";
type=command,ID="/summon zombie ~ ~3 ~2 {CustomName:'{"text":"SuperGirlyGamer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SuperGirlyGamer"}}]}";
type=command,ID="/summon zombie ~2 ~3 ~ {CustomName:'{"text":"SkyTheKidRS"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:6697728}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SkyTheKidRS"}}]}";
type=command,ID="/summon zombie ~ ~3 ~1 {CustomName:'{"text":"JeromeASF"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"JeromeASF"}}]}";
type=command,ID="/summon zombie ~4 ~3 ~ {CustomName:'{"text":"DanTDM"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16252685}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:1837260}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"DanTDM"}}]}";
type=command,ID="/summon zombie ~ ~3 ~5 {CustomName:'{"text":"Bodil40"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16252685}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Bodil40"}}]}";
type=command,ID="/summon zombie ~2 ~3 ~3 {CustomName:'{"text":"BajanCanadian"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16777215}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:4480475}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"BajanCanadian"}}]}";
type=command,ID="/summon zombie ~6 ~3 ~4 {CustomName:'{"text":"ThnxCya"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:7036750}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"ThnxCya"}}]}";
type=command,ID="/summon zombie ~5 ~3 ~6 {CustomName:'{"text":"AntVenom"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"AntVenom"}}]}";
type=command,ID="/summon zombie ~3 ~3 ~5 {CustomName:'{"text":"xXJemmaMxx"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:13585593}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:11597823}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:13585593}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"xXJemmaMxx"}}]}";
type=command,ID="/summon zombie ~6 ~3 ~2 {CustomName:'{"text":"MrWilliamo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Slime"}}]}";
type=command,ID="/summon zombie ~-2 ~3 ~4 {CustomName:'{"text":"SSundee"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SSundee"}}]}";
type=command,ID="/summon zombie ~2 ~3 ~-4 {CustomName:'{"text":"GameChap"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"GameChap"}}]}";
type=command,ID="/summon zombie ~3 ~3 ~3 {CustomName:'{"text":"BertieChap"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:2498843}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:2498843}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"BertieChap"}}]}";
type=command,ID="/summon zombie ~-5 ~3 ~-1 {CustomName:'{"text":"Sethbling"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:5388586}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:2501575}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:12849682}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Sethbling"}}]}";
type=command,ID="/summon zombie ~1 ~3 ~ {CustomName:'{"text":"TBNRFrags"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16753920}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"PrestonPlayz"}}]}";
type=command,ID="/summon zombie ~6 ~3 ~-5 {CustomName:'{"text":"Woofless"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16777215}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:128}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MrWoofless"}}]}";
type=command,ID="/summon zombie ~4 ~3 ~-4 {CustomName:'{"text":"Vikkstar123"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:11184810}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:128}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:2730}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Vikkstar123"}}]}";
type=command,ID="/summon zombie ~3 ~3 ~6 {CustomName:'{"text":"MumboJumbo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MumboJumbo"}}]}";
type=command,ID="/summon zombie ~7 ~3 ~-1 {CustomName:'{"text":"Crainer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:15917831}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:15917831}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MrCrainer"}}]}";
type=command,ID="/summon zombie ~2 ~3 ~-3 {CustomName:'{"text":"TheaNicka"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:6497032}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:5284269}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:874611}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"TheaNicka"}}]}";
type=command,ID="/summon zombie ~-2 ~3 ~1 {CustomName:'{"text":"Jelly"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:2632527}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3647535}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3647535}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Jelly"}}]}";
type=command,ID="/summon zombie ~3 ~3 ~-2 {CustomName:'{"text":"TheBlueCrusader"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"TheBlueCrusader"}}]}";
type=command,ID="/summon zombie ~2 ~3 ~-4 {CustomName:'{"text":"Slogo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3552013}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Slogo"}}]}";
type=command,ID="/summon zombie ~-3 ~3 ~-3 {CustomName:'{"text":"Lycanite"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Lycanite"}}]}"   
)"])
)@luck=-2

/ wishing wells
group(
    type=structure,ID=electronic_well,posY=#bPosY-2;type=message,ID="A wishing well? Maybe you should throw in a coin...";
    type=command,ID=/give #pName redstone{display:{Name:"{\"text\":\"Coin\",\"color\":\"gold\"}"}};
    type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(
        type=message,ID=\"$bYour Ore Problem came true!\";
        type=block,ID=air,posY='#'bPosY+3;
        type=block,ID=beacon,posY='#'bPosY+2;
type=command,ID="/summon zombie ~3 ~3 ~-3 {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~-3 ~3 ~3 {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~3 ~3 ~3 {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~-3 ~3 ~-3 {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~3 ~3 ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~3 ~3 {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~-3 ~3 ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~-3 ~3 ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)"])
)@luck=-1

/ youtube army ----------------------------------
group(
type=message,ID=Youtubers Joined the game;
type=command,ID="/summon zombie ~-5 ~ ~- {CustomName:'{"text":"FuriousDestroyer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3355443}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"furiousdestroyer"}}]}";
type=command,ID="/summon zombie ~ ~ ~2 {CustomName:'{"text":"SuperGirlyGamer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:15100927}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SuperGirlyGamer"}}]}";
type=command,ID="/summon zombie ~2 ~ ~ {CustomName:'{"text":"SkyTheKidRS"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:6697728}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SkyTheKidRS"}}]}";
type=command,ID="/summon zombie ~ ~ ~1 {CustomName:'{"text":"JeromeASF"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"JeromeASF"}}]}";
type=command,ID="/summon zombie ~4 ~ ~ {CustomName:'{"text":"DanTDM"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16252685}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:1837260}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"DanTDM"}}]}";
type=command,ID="/summon zombie ~ ~ ~5 {CustomName:'{"text":"Bodil40"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16252685}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Bodil40"}}]}";
type=command,ID="/summon zombie ~2 ~ ~3 {CustomName:'{"text":"BajanCanadian"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16777215}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:4480475}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"BajanCanadian"}}]}";
type=command,ID="/summon zombie ~6 ~ ~4 {CustomName:'{"text":"ThnxCya"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:7036750}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"ThnxCya"}}]}";
type=command,ID="/summon zombie ~5 ~ ~6 {CustomName:'{"text":"AntVenom"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16711680}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"AntVenom"}}]}";
type=command,ID="/summon zombie ~3 ~ ~5 {CustomName:'{"text":"xXJemmaMxx"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:13585593}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:11597823}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:13585593}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"xXJemmaMxx"}}]}";
type=command,ID="/summon zombie ~6 ~ ~2 {CustomName:'{"text":"MrWilliamo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Slime"}}]}";
type=command,ID="/summon zombie ~-2 ~ ~4 {CustomName:'{"text":"SSundee"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:53687091}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"SSundee"}}]}";
type=command,ID="/summon zombie ~2 ~ ~-4 {CustomName:'{"text":"GameChap"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"GameChap"}}]}";
type=command,ID="/summon zombie ~3 ~ ~3 {CustomName:'{"text":"BertieChap"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:2498843}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:2498843}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:10717042}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"BertieChap"}}]}";
type=command,ID="/summon zombie ~-5 ~ ~-1 {CustomName:'{"text":"Sethbling"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:5388586}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:2501575}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:12849682}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Sethbling"}}]}";
type=command,ID="/summon zombie ~1 ~ ~ {CustomName:'{"text":"TBNRFrags"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16753920}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"PrestonPlayz"}}]}";
type=command,ID="/summon zombie ~6 ~ ~-5 {CustomName:'{"text":"Woofless"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:16777215}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:128}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MrWoofless"}}]}";
type=command,ID="/summon zombie ~4 ~ ~-4 {CustomName:'{"text":"Vikkstar123"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:11184810}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:128}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:2730}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Vikkstar123"}}]}";
type=command,ID="/summon zombie ~3 ~ ~6 {CustomName:'{"text":"MumboJumbo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MumboJumbo"}}]}";
type=command,ID="/summon zombie ~7 ~ ~-1 {CustomName:'{"text":"Crainer"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:0}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:15917831}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:15917831}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"MrCrainer"}}]}";
type=command,ID="/summon zombie ~2 ~ ~-3 {CustomName:'{"text":"TheaNicka"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:6497032}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:5284269}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:874611}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"TheaNicka"}}]}";
type=command,ID="/summon zombie ~-2 ~ ~1 {CustomName:'{"text":"Jelly"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:2632527}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3647535}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3647535}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Jelly"}}]}";
type=command,ID="/summon zombie ~3 ~ ~-2 {CustomName:'{"text":"TheBlueCrusader"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"TheBlueCrusader"}}]}";
type=command,ID="/summon zombie ~2 ~ ~-4 {CustomName:'{"text":"Slogo"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:3552013}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:3552822}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Slogo"}}]}";
type=command,ID="/summon zombie ~-3 ~ ~-3 {CustomName:'{"text":"Lycanite"}',HandItems:[{id:"minecraft:diamond_sword",Count:1b},{}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:865792}}},{id:"minecraft:player_head",Count:1b,tag:{SkullOwner:"Lycanite"}}]}"
)@luck=-2


/------Block Explosions-------------
group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block coal_block ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:coal_block"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:coal_block"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:coal_block"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:coal_block"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:coal_block"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:coal_block"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:coal_block"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:coal_block"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"minecraft:coal",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"minecraft:coal",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"minecraft:coal",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"minecraft:coal",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"minecraft:coal",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"minecraft:coal",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"minecraft:coal",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"minecraft:coal",Count:1b}}",delay=6
)@luck=2

group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block iron_block ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:iron_block"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:iron_block"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:iron_block"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:iron_block"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:iron_block"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:iron_block"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:iron_block"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:iron_block"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"minecraft:iron_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"minecraft:iron_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"minecraft:iron_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"minecraft:iron_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"minecraft:iron_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"minecraft:iron_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"minecraft:iron_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"minecraft:iron_ingot",Count:1b}}",delay=6
)@luck=2

group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block gold_block ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:gold_block"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:gold_block"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:gold_block"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:gold_block"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:gold_block"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:gold_block"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:gold_block"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:gold_block"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"minecraft:gold_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"minecraft:gold_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"minecraft:gold_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"minecraft:gold_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"minecraft:gold_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"minecraft:gold_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"minecraft:gold_ingot",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"minecraft:gold_ingot",Count:1b}}",delay=6
)@luck=2

group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block redstone_block ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:redstone_block"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:redstone_block"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:redstone_block"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:redstone_block"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:redstone_block"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:redstone_block"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:redstone_block"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:redstone_block"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"minecraft:redstone",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"minecraft:redstone",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"minecraft:redstone",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"minecraft:redstone",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"minecraft:redstone",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"minecraft:redstone",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"minecraft:redstone",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"minecraft:redstone",Count:1b}}",delay=6
)@luck=2

group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block lapis_block ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:lapis_block"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:lapis_block"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:lapis_block"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:lapis_block"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:lapis_block"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:lapis_block"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:lapis_block"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:lapis_block"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"minecraft:lapis_lazuli",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"minecraft:lapis_lazuli",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"minecraft:lapis_lazuli",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"minecraft:lapis_lazuli",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"minecraft:lapis_lazuli",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"minecraft:lapis_lazuli",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"minecraft:lapis_lazuli",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"minecraft:lapis_lazuli",Count:1b}}",delay=6
)@luck=2

group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block diamond_block ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:diamond_block"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:diamond_block"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:diamond_block"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:diamond_block"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:diamond_block"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:diamond_block"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:diamond_block"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:diamond_block"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"minecraft:diamond",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"minecraft:diamond",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"minecraft:diamond",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"minecraft:diamond",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"minecraft:diamond",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"minecraft:diamond",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"minecraft:diamond",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"minecraft:diamond",Count:1b}}",delay=6
)@luck=2

group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block emerald_block ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:emerald_block"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:emerald_block"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:emerald_block"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:emerald_block"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:emerald_block"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:emerald_block"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:emerald_block"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:emerald_block"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"minecraft:emerald",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"minecraft:emerald",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"minecraft:emerald",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"minecraft:emerald",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"minecraft:emerald",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"minecraft:emerald",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"minecraft:emerald",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"minecraft:emerald",Count:1b}}",delay=6
)@luck=2

group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block beacon ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:beacon"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:beacon"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:beacon"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:beacon"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:beacon"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:beacon"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:beacon"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:beacon"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"minecraft:beacon",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"minecraft:beacon",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"minecraft:beacon",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"minecraft:beacon",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"minecraft:beacon",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"minecraft:beacon",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"minecraft:beacon",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"minecraft:beacon",Count:1b}}",delay=6
)@luck=2

group(type=command,ID="/setblock ~ ~1 ~ fire",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=1;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=2;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=3;
type=command,ID="/setblock ~ ~ ~ red_wool",delay=4;
type=command,ID="/setblock ~ ~ ~ black_wool",delay=5;
type=explosion,radius=2,fire=false,delay=6;
type=command,ID="/particle block electronic_lucky_block ~ ~ ~ 1 1 1 1 1000 normal",delay=6.1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"lucky:electronic_lucky_block"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.0],Item:{id:"lucky:electronic_lucky_block",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.0],Item:{id:"lucky:electronic_lucky_block",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,0.5],Item:{id:"lucky:electronic_lucky_block",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.0,0.5,-0.5],Item:{id:"lucky:electronic_lucky_block",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,-0.5],Item:{id:"lucky:electronic_lucky_block",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[-0.5,0.5,0.5],Item:{id:"lucky:electronic_lucky_block",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,0.5],Item:{id:"lucky:electronic_lucky_block",Count:1b}}",delay=6;
type=command,ID="/summon item ~ ~1 ~ {Motion:[0.5,0.5,-0.5],Item:{id:"lucky:electronic_lucky_block",Count:1b}}",delay=6
)@luck=2


type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_axe",Count:1b,tag:{display:{Name:'{"text":"The God Axe","color":"yellow","bold":true}',Lore:['{"text":"Axe of the Gods"}']},Enchantments:[{id:"minecraft:sharpness",lvl:10s},{id:"minecraft:smite",lvl:10s},{id:"minecraft:bane_of_arthropods",lvl:10s},{id:"minecraft:efficiency",lvl:10s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:fortune",lvl:8s},{id:"minecraft:mending",lvl:1s}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_hoe",Count:1b,tag:{display:{Name:'{"text":"The God Hoe","color":"yellow","bold":true}',Lore:['{"text":"Hoe of the Gods"}']},Enchantments:[{id:"minecraft:efficiency",lvl:10s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:fortune",lvl:8s},{id:"minecraft:mending",lvl:1s}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_sword",Count:1b,tag:{display:{Name:'{"text":"The God Sword","color":"yellow","bold":true}',Lore:['{"text":"Sword of the Gods"}']},Enchantments:[{id:"minecraft:sharpness",lvl:10s},{id:"minecraft:smite",lvl:10s},{id:"minecraft:bane_of_arthropods",lvl:10s},{id:"minecraft:knockback",lvl:7s},{id:"minecraft:fire_aspect",lvl:7s},{id:"minecraft:looting",lvl:8s},{id:"minecraft:sweeping",lvl:8s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:mending",lvl:1s}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_shovel",Count:1b,tag:{display:{Name:'{"text":"The God Shovel","color":"yellow","bold":true}',Lore:['{"text":"Shovel of the Gods"}']},Enchantments:[{id:"minecraft:efficiency",lvl:10s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:fortune",lvl:8s},{id:"minecraft:mending",lvl:1s}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_pickaxe",Count:1b,tag:{display:{Name:'{"text":"The God Pickaxe","color":"yellow","bold":true}',Lore:['{"text":"Pickaxe of the Gods"}']},Enchantments:[{id:"minecraft:efficiency",lvl:10s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:fortune",lvl:8s},{id:"minecraft:mending",lvl:1s}]}}}"@luck=2

type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_boots",Count:1b,tag:{display:{Name:'{"text":"The God Boots","color":"yellow","bold":true}',Lore:['{"text":"Boots of the Gods"}']},Enchantments:[{id:"minecraft:protection",lvl:10s},{id:"minecraft:fire_protection",lvl:10s},{id:"minecraft:feather_falling",lvl:10s},{id:"minecraft:blast_protection",lvl:10s},{id:"minecraft:projectile_protection",lvl:10s},{id:"minecraft:thorns",lvl:8s},{id:"minecraft:depth_strider",lvl:8s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:mending",lvl:1s},{id:"minecraft:soul_speed",lvl:8s}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_leggings",Count:1b,tag:{display:{Name:'{"text":"The God Leggings","color":"yellow","bold":true}',Lore:['{"text":"Leggings of the Gods"}']},Enchantments:[{id:"minecraft:protection",lvl:10s},{id:"minecraft:fire_protection",lvl:10s},{id:"minecraft:blast_protection",lvl:10s},{id:"minecraft:projectile_protection",lvl:10s},{id:"minecraft:thorns",lvl:8s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:mending",lvl:1s},{id:"minecraft:swift_sneak",lvl:8s}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_chestplate",Count:1b,tag:{display:{Name:'{"text":"The God Chestplate","color":"yellow","bold":true}',Lore:['{"text":"Chestplate of the Gods"}']},Enchantments:[{id:"minecraft:protection",lvl:10s},{id:"minecraft:fire_protection",lvl:10s},{id:"minecraft:blast_protection",lvl:10s},{id:"minecraft:projectile_protection",lvl:10s},{id:"minecraft:thorns",lvl:8s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:mending",lvl:1s}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:netherite_helmet",Count:1b,tag:{display:{Name:'{"text":"The God Helmet","color":"yellow","bold":true}',Lore:['{"text":"Helmet of the Gods"}']},Enchantments:[{id:"minecraft:protection",lvl:10s},{id:"minecraft:fire_protection",lvl:10s},{id:"minecraft:blast_protection",lvl:10s},{id:"minecraft:projectile_protection",lvl:10s},{id:"minecraft:respiration",lvl:8s},{id:"minecraft:aqua_affinity",lvl:1s},{id:"minecraft:thorns",lvl:8s},{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:mending",lvl:1s}]}}}@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:bow",Count:1b,tag:{display:{Name:'{"text":"The God Bow","color":"yellow","bold":true}',Lore:['{"text":"Bow of the gods"}']},Enchantments:[{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:power",lvl:10s},{id:"minecraft:punch",lvl:7s},{id:"minecraft:flame",lvl:1s},{id:"minecraft:infinity",lvl:1s},{id:"minecraft:mending",lvl:1s}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:crossbow",Count:1b,tag:{display:{Name:'{"text":"The God Crossbow","color":"yellow","bold":true}',Lore:['{"text":"Crossbow of the gods"}']},Enchantments:[{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:mending",lvl:1s},{id:"minecraft:multishot",lvl:1s},{id:"minecraft:piercing",lvl:9s},{id:"minecraft:quick_charge",lvl:8s}]}}}"@luck=2


type=entity,ID=villager,NBTTag=(VillagerData=(level=3,profession=toolsmith,type=#randList(desert,jungle,plains,savanna,snow,swamp,taiga)),Offers=(Recipes=[(buy=(id=coal,Count=#rand(10,16)),sell=(id=ladder,Count=#rand(5,8)),maxUses=20),(buy=(id=coal,Count=#rand(10,16)),sell=(id=stone_axe,Count=1),maxUses=1),(buy=(id=coal,Count=#rand(10,16)),sell=(id=ice,Count=#rand(6,8)),maxUses=20),(buy=(id=coal,Count=#rand(10,16)),sell=(id=stone,Count=#rand(0,15)),maxUses=10)]),CustomName=#jsonStr(text="Mediocrist",color=white,bold=true),CustomNameVisible=true)@luck=2
type=entity,ID=villager,NBTTag=(VillagerData=(level=3,profession=toolsmith,type=#randList(desert,jungle,plains,savanna,snow,swamp,taiga)),Offers=(Recipes=[(buy=(id=nether_wart,Count=#rand(10,16)),sell=(id=stick,Count=#rand(5,8)),maxUses=20),(buy=(id=nether_wart,Count=#rand(10,16)),sell=(id=golden_pickaxe,Count=1),maxUses=1),(buy=(id=nether_wart,Count=#rand(10,16)),sell=(id=dirt,Count=#rand(6,8)),maxUses=20),(buy=(id=nether_wart,Count=#rand(10,16)),sell=(id=soul_sand,Color=#rand(0,15),Count=#rand(0,15)),maxUses=10)]),CustomName=#jsonStr(text="Mediocrist",color=white,bold=true),CustomNameVisible=true)@luck=2
type=entity,ID=villager,NBTTag=(VillagerData=(level=3,profession=toolsmith,type=#randList(desert,jungle,plains,savanna,snow,swamp,taiga)),Offers=(Recipes=[(buy=(id=snowball,Count=#rand(10,16)),sell=(id=cobweb,Count=#rand(5,8)),maxUses=20),(buy=(id=snowball,Count=#rand(10,16)),sell=(id=diamond_shovel,Count=1),maxUses=1),(buy=(id=snowball,Count=#rand(10,16)),sell=(id=lily_pad,Count=#rand(6,8)),maxUses=20),(buy=(id=snowball,Count=#rand(10,16)),sell=(id=glowstone_dust,Color=#rand(0,15),Count=#rand(0,15)),maxUses=10)]),CustomName=#jsonStr(text="Mediocrist",color=white,bold=true),CustomNameVisible=true)@luck=2
type=entity,ID=villager,NBTTag=(VillagerData=(level=3,profession=toolsmith,type=#randList(desert,jungle,plains,savanna,snow,swamp,taiga)),Offers=(Recipes=[(buy=(id=stick,Count=#rand(10,16)),sell=(id=cobblestone,Count=#rand(5,8)),maxUses=20),(buy=(id=stick,Count=#rand(10,16)),sell=(id=leather_chestplate,Count=1),maxUses=1),(buy=(id=stick,Count=#rand(10,16)),sell=(id=stone_pressure_plate,Count=#rand(6,8)),maxUses=20),(buy=(id=stick,Count=#rand(10,16)),sell=(id=honey_block,Color=#rand(0,15),Count=#rand(0,15)),maxUses=10)]),CustomName=#jsonStr(text="Mediocrist",color=white,bold=true),CustomNameVisible=true)@luck=2
type=entity,ID=villager,NBTTag=(VillagerData=(level=3,profession=toolsmith,type=#randList(desert,jungle,plains,savanna,snow,swamp,taiga)),Offers=(Recipes=[(buy=(id=gunpowder,Count=#rand(10,16)),sell=(id=birch_fence,Count=#rand(5,8)),maxUses=20),(buy=(id=gunpower,Count=#rand(10,16)),sell=(id=trident,Count=1),maxUses=1),(buy=(id=gunpowder,Count=#rand(10,16)),sell=(id=acacia_stairs,Count=#rand(6,8)),maxUses=20),(buy=(id=gunpowder,Count=#rand(10,16)),sell=(id=mangrove_fence,Color=#rand(0,15),Count=#rand(0,15)),maxUses=10)]),CustomName=#jsonStr(text="Mediocrist",color=white,bold=true),CustomNameVisible=true)@luck=2


group(type=message,ID=$7Slowness III for 45 seconds;type=command,ID="/effect give @p minecraft:slowness 45 2")@luck=-1
group(type=message,ID=$8Weakness V for 30 seconds;type=command,ID="/effect give @p minecraft:weakness 30 4")@luck=-1
group(type=message,ID=$8Nausea III for 15 seconds;type=command,ID="/effect give @p minecraft:nausea 15 2")@luck=-1
group(type=message,ID=$0Wither I for 60 seconds;type=command,ID="/effect give @p minecraft:wither 60")@luck=-2
group(type=message,ID=$fLevitation III for 15 seconds;type=command,ID="/effect give @p minecraft:levitation 15 2")@luck=-1
group(type=message,ID=$fHarming III for 15 seconds;type=command,ID="/effect give @p minecraft:instant_damage 1 2")@luck=-2
group(type=message,ID=$4Regeneration V for 15 seconds;type=command,ID="/effect give @p minecraft:regeneration 15 4")@luck=2
group(type=message,ID=$dInstant Health III for 1 second;type=command,ID="/effect give @p minecraft:instant_health 1 2")@luck=2
group(type=message,ID=$bResistance I for 60 seconds;type=command,ID="/effect give @p minecraft:resistance 60")@luck=1
group(type=message,ID=$4Saturation I for 15 seconds;type=command,ID="/effect give @p minecraft:saturation 30 4")@luck=1
group(type=message,ID=$4Fire resistance III for 45 seconds;type=command,ID="/effect give @p minecraft:fire_resistance 45 2")@luck=1
group(type=message,ID=$8Speed III for 15 seconds;type=command,ID="/effect give @p minecraft:speed 15 4")@luck=1

/ ghostly horseman skeleton
group(type=difficulty,ID=hard;type=entity,ID=bat,,amount=#rand(4,8),NBTTag=(
    Silent=true,
    ActiveEffects=[(Id=14,Duration=100000,Amplifier=1,ShowParticles=false)],
    Passengers=[(id=skeleton_horse,Tame=true,Type=4,
        Passengers=[(id=skeleton,
            HandItems=[(id=bow,Count=1,tag=(Enchantments=#luckyBowEnchantments))],
            ArmorItems=[(id=chainmail_boots,Count=1,tag=(Enchantments=#luckyBootsEnchantments)),(id=chainmail_leggings,Count=1,tag=(Enchantments=#luckyLeggingsEnchantments)),(id=chainmail_chestplate,Count=1,tag=(Enchantments=#luckyChestplateEnchantments)),(id=chainmail_helmet,Count=1,tag=(Enchantments=#luckyHelmetEnchantments))],
            HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],
            CustomName=#jsonStr(text="Ghostly Horseman",color=gray,bold=true),CustomNameVisible=true)
        ])
    ])
)@luck=-2


group(
type=message,ID=Wind;
type=command,ID="/particle minecraft:cloud ~ ~ ~ 1 5 1 0 1000",delay=0;
type=command,ID="/particle minecraft:cloud ~ ~ ~ 1 5 1 0 1000",delay=1;
type=command,ID="/particle minecraft:cloud ~ ~ ~ 1 5 1 0 1000",delay=2;
type=command,ID="/effect give @e[type=!item,distance=..5] levitation 2 5",delay=1;
type=command,ID="/effect give @e[type=!item,distance=..5] wither 20 1",delay=2
)@luck=-1

group(
type=message,ID=Earth;
type=command,ID="/particle minecraft:block dirt ~ ~ ~ 1 0 1 0 100",delay=0;
type=command,ID="/summon area_effect_cloud ~ ~ ~ {Particle:"block dirt",Radius:1f,Duration:60,Potion:"minecraft:harming"}",delay=0;
type=structure,ID=earth_effect_1,rotation=#pDirect,delay=0;
type=command,ID="/tp @e[type=!item,distance=..5] ~ ~5 ~1",delay=0;
type=command,ID="/effect give @e[type=!item,distance=..5] harming 2 1",delay=0
)@luck=-1

group(
type=message,ID=Water;
type=command,ID="/fill ~2 ~-2 ~-2 ~-2 ~-1 ~2 water",delay=0;
type=command,ID="/tp @e[type=!item,distance=..5] ~ ~-1 ~",delay=0;
type=command,ID="/tp @e[type=!item,distance=..5] ~ ~-1 ~",delay=1;
type=command,ID="/summon area_effect_cloud ~ ~-2 ~ {Particle:"block lapis_block",Radius:1f,Duration:60,Potion:"minecraft:harming"}",delay=1;
type=command,ID="/effect give @e[type=!item,distance=..5] slowness 15 3",delay=1
)@luck=-1

group(
type=message,ID=Fire;
type=command,ID="/fill ~2 ~-2 ~-2 ~-2 ~-1 ~2 lava",delay=0;
type=command,ID="/particle minecraft:angry_villager ~ ~ ~ 1 1 1 0 1000",delay=0;
type=command,ID="/particle minecraft:ash ~ ~ ~ 1 1 1 0 1000",delay=0.1;
type=command,ID="/particle minecraft:flame ~ ~ ~ 1 1 1 0 1000",delay=0.2;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,0.25,0.0]}",delay=1;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,0.0]}",delay=1.25;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=1.5;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,0.25,0.25]}",delay=1.75;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=2;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=2.25;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=2.5;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,0.25]}",delay=2.75;
type=command,ID="/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=3;
type=command,ID="/summon falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,0.0]}",delay=3.25;
type=command,ID="/summon falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=3.5;
type=command,ID="/summon falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,0.25,0.25]}",delay=3.75;
type=command,ID="/summon falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=4;
type=command,ID="/summon falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=4.25;
type=command,ID="/summon falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=4.5;
type=command,ID="/summon falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,0.25]}",delay=4.75;
type=command,ID="/summon falling_block ~ ~1 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=5;
type=command,ID="/summon falling_block ~ ~2 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,0.0]}",delay=5.25;
type=command,ID="/summon falling_block ~ ~2 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,0.0]}",delay=5.5;
type=command,ID="/summon falling_block ~ ~2 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,0.25,0.25]}",delay=5.75;
type=command,ID="/summon falling_block ~ ~2 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.0,0.25,-0.25]}",delay=6;
type=command,ID="/summon falling_block ~ ~2 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,-0.25]}",delay=6.25;
type=command,ID="/summon falling_block ~ ~2 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[-0.25,0.25,0.25]}",delay=6.5;
type=command,ID="/summon falling_block ~ ~2 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,0.25]}",delay=6.75;
type=command,ID="/summon falling_block ~ ~2 ~ {BlockState:{Name:"minecraft:fire"},Time:1,Motion:[0.25,0.25,-0.25]}",delay=7
)@luck=-1

group(
type=message,ID=Darkness;
type=command,ID="/particle minecraft:smoke ~ ~ ~ 1 1 1 0 1000",delay=0;
type=command,ID="/particle minecraft:smoke ~ ~ ~ 1 1 1 0 1000",delay=1;
type=command,ID="/particle minecraft:smoke ~ ~ ~ 1 1 1 0 1000",delay=2;
type=command,ID="/time set night"}",delay=1;
type=command,ID="/effect give @e[type=!item,distance=..5] blindness 15 3",delay=1
type=command,ID="/effect give @e[type=!item,distance=..5] harming 1 3",delay=1
)@luck=-1

group(
type=message,ID=Light;
type=command,ID="/particle minecraft:sparkler_emitter ~ ~ ~ 1 1 1 0 1000",delay=0;
type=command,ID="/particle minecraft:sparkler_emitter ~ ~ ~ 1 1 1 0 1000",delay=1;
type=command,ID="/particle minecraft:sparkler_emitter ~ ~ ~ 1 1 1 0 1000",delay=2;
type=command,ID="/time set day"}",delay=1;
type=command,ID="/effect give @e[type=!item,distance=..5] glowing 15 3",delay=1
type=command,ID="/fill ~2 ~ ~-2 ~-2 ~ ~2 glowstone",delay=1;
)@luck=-1



type=structure,ID=marketplace,rotation=#pDirect@luck=1

group(
type=message,ID=Chunk Move;
type=command,ID="/clone ~5 ~5 ~-5 ~-5 ~-5 ~5 ~-5 ~25 ~-5 replace";
type=command,ID="/tp @p ~ ~15 ~",delay=1
)@luck=-1


/ giant lucky blocks
type=structure,ID=giant_electronic_lucky_block_good,rotation=#pDirect@luck=2
type=structure,ID=giant_electronic_lucky_block_bad,rotation=#pDirect@luck=-2
type=structure,ID=giant_yt_block,rotation=#pDirect@luck=-2



group(type=message,ID=$0The Coal is alive?;
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/coal_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:coal_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)@luck=-2

group(type=message,ID=The Iron is alive?;
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/iron_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:iron_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)@luck=-2

group(type=message,ID=$eThe Gold is alive?;
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/gold_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:gold_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)@luck=-2

group(type=message,ID=$9The Lapis is alive?;
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/lapis_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:lapis_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)@luck=-2

group(type=message,ID=$cThe Redstone is alive?;
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/redstone_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:redstone_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)@luck=-2

group(type=message,ID=$bThe Diamond is alive?;
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/diamond_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:diamond_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)@luck=-2

group(type=message,ID=$aThe Emerald is alive?;
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/emerald_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:emerald_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)@luck=-2

group(type=message,ID=$6The Copper is alive?;
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}";
type=command,ID="/summon zombie ~ ~ ~ {DeathLootTable:"minecraft:blocks/copper_ore",HandItems:[{id:"minecraft:air",Count:1b},{id:"minecraft:air",Count:1b}],ArmorItems:[{},{},{},{id:"minecraft:copper_ore",Count:1b}],ActiveEffects:[{Id:14,Amplifier:1b,Duration:100000000,ShowParticles:0b}]}"
)@luck=-2



// 1 Luck
group(type=fill,ID=air,size=(1,51,1);
group(type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=red_wool)),posY=#bPosY+5,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=#white_wool,)),posY=#bPosY+10,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=green_wool)),posY=#bPosY+15,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=orange_wool)),posY=#bPosY+20,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=cyan_wool)),posY=#bPosY+25,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=gray_wool)),posY=#bPosY+30,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=brown_wool)),posY=#bPosY+35,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=black_wool)),posY=#bPosY+40,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=yellow_wool)),posY=#bPosY+45,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=lime_wool)),posY=#bPosY+50,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=light_blue_wool)),posY=#bPosY+55,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=light_gray_wool)),posY=#bPosY+60,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=blue_wool)),posY=#bPosY+65,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=purple_wool)),posY=#bPosY+70,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=magenta_wool)),posY=#bPosY+75,amount=#rand(20,30),posOffset='#'circleOffset(2);
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=pink_wool)),posY=#bPosY+80,amount=#rand(20,30),posOffset='#'circleOffset(2)))@luck=1

// 1 Luck
group(type=fill,ID=air,size=(1,51,1);
group(type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=red_wool)),posY=#bPosY+5;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=white_wool)),posY=#bPosY+10;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=green_wool)),posY=#bPosY+15;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=orange_wool)),posY=#bPosY+20;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=cyan_wool)),posY=#bPosY+25;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=gray_wool)),posY=#bPosY+30;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=brown_wool)),posY=#bPosY+35;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=black_wool)),posY=#bPosY+40;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=yellow_wool)),posY=#bPosY+45;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=lime_wool)),posY=#bPosY+50;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=light_blue_wool)),posY=#bPosY+55;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=light_gray_wool)),posY=#bPosY+60;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=blue_wool)),posY=#bPosY+65;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=purple_wool)),posY=#bPosY+70;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=magenta_wool)),posY=#bPosY+75;
type=entity,ID=falling_block,posY=#bPosY+7,NBTTag=(BlockState=(Name=pink_wool)),posY=#bPosY+80))@luck=1




type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:leather_helmet",Count:1b,tag:{display:{Name:'{"text":"Healthy Helmet","color":"red","bold":true}',Lore:['{"text":"Healthy piece of armour boosts player health"}'],color:16711680},AttributeModifiers:[{AttributeName:"generic.max_health",Name:"generic.max_health",Amount:4,Operation:0,UUID:[I;100623095,-1888793812,-1741083765,-311640522],Slot:"head"}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{Name:'{"text":"Healthy Chestplate","color":"red","bold":true}',Lore:['{"text":"Healthy piece of armour boosts player health"}'],color:16711680},AttributeModifiers:[{AttributeName:"generic.max_health",Name:"generic.max_health",Amount:4,Operation:0,UUID:[I;100623096,-1888793813,-1741083766,-311640523],Slot:"chest"}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:leather_leggings",Count:1b,tag:{display:{Name:'{"text":"Healthy Leggings","color":"red","bold":true}',Lore:['{"text":"Healthy piece of armour boosts player health"}'],color:16711680},AttributeModifiers:[{AttributeName:"generic.max_health",Name:"generic.max_health",Amount:4,Operation:0,UUID:[I;100623097,-1888793814,-1741083767,-311640524],Slot:"legs"}]}}}"@luck=2
type=command,ID="/summon item ~ ~ ~ {Item:{id:"minecraft:leather_boots",Count:1b,tag:{display:{Name:'{"text":"Healthy Boots","color":"red","bold":true}',Lore:['{"text":"Healthy piece of armour boosts player health"}'],color:16711680},AttributeModifiers:[{AttributeName:"generic.max_health",Name:"generic.max_health",Amount:4,Operation:0,UUID:[I;100623098,-1888793815,-1741083768,-311640525],Slot:"feet"}]}}}"@luck=2


/Creepers
group(type=particle,ID=Flame,amount=60,scatterOffset=2-3;type=entity,ID=Creeper,posY=#bPosY+90,amount=#rand(7-8),posOffset=#circleOffset(4),NBTTag=(Attributes=[(Name=generic.movement_speed,Base=10),(ExplosionRadius=10)],ActiveEffects=[(Id=5,Amplifier=1,Duration=1),(Id=10,Amplifier=2,Duration=1),(Id=11,Amplifier=7,Duration=150),(Id=12,Amplifier=1,Duration=1)],CustomName="Fallen Creepers",CustomNameVisible=true))@luck=-2@chance=100

group(
type=command,ID="/particle minecraft:heart ~ ~ ~ 1 1 1 0 1000",delay=0;
type=command,ID="/summon creeper ~10 ~20 ~ {ExplosionRadius:8b,Fuse:10,CustomName:'{"text":"Fallen Creepers","color":"dark_green","bold":true,"underlined":true}',ActiveEffects:[{Id:11,Amplifier:10b,Duration:99999}],Attributes:[{Name:generic.movement_speed,Base:5}]}",delay=0;
type=command,ID="/summon creeper ~ ~20 ~10 {ExplosionRadius:8b,Fuse:10,CustomName:'{"text":"Fallen Creepers","color":"dark_green","bold":true,"underlined":true}',ActiveEffects:[{Id:11,Amplifier:10b,Duration:99999}],Attributes:[{Name:generic.movement_speed,Base:5}]}",delay=0;
type=command,ID="/summon creeper ~-10 ~20 ~ {ExplosionRadius:8b,Fuse:10,CustomName:'{"text":"Fallen Creepers","color":"dark_green","bold":true,"underlined":true}',ActiveEffects:[{Id:11,Amplifier:10b,Duration:99999}],Attributes:[{Name:generic.movement_speed,Base:5}]}",delay=0;
type=command,ID="/summon creeper ~ ~20 ~-10 {ExplosionRadius:8b,Fuse:10,CustomName:'{"text":"Fallen Creepers","color":"dark_green","bold":true,"underlined":true}',ActiveEffects:[{Id:11,Amplifier:10b,Duration:99999}],Attributes:[{Name:generic.movement_speed,Base:5}]}",delay=0;
type=command,ID="/summon creeper ~10 ~20 ~10 {ExplosionRadius:8b,Fuse:10,CustomName:'{"text":"Fallen Creepers","color":"dark_green","bold":true,"underlined":true}',ActiveEffects:[{Id:11,Amplifier:10b,Duration:99999}],Attributes:[{Name:generic.movement_speed,Base:5}]}",delay=0;
type=command,ID="/summon creeper ~-10 ~20 ~-10 {ExplosionRadius:8b,Fuse:10,CustomName:'{"text":"Fallen Creepers","color":"dark_green","bold":true,"underlined":true}',ActiveEffects:[{Id:11,Amplifier:10b,Duration:99999}],Attributes:[{Name:generic.movement_speed,Base:5}]}",delay=0;
type=command,ID="/summon creeper ~10 ~20 ~-10 {ExplosionRadius:8b,Fuse:10,CustomName:'{"text":"Fallen Creepers","color":"dark_green","bold":true,"underlined":true}',ActiveEffects:[{Id:11,Amplifier:10b,Duration:99999}],Attributes:[{Name:generic.movement_speed,Base:5}]}",delay=0;
type=command,ID="/summon creeper ~-10 ~20 ~10 {ExplosionRadius:8b,Fuse:10,CustomName:'{"text":"Fallen Creepers","color":"dark_green","bold":true,"underlined":true}',ActiveEffects:[{Id:11,Amplifier:10b,Duration:99999}],Attributes:[{Name:generic.movement_speed,Base:5}]}",delay=0
)@luck=-2